4D View v12

PV Drag drop allowed

Home

 
4D View v12
PV Drag drop allowed

 

PV Drag drop allowed 

 

The constants of this theme allow indicating or getting the type of source and target elements accepted by a 4D View area for drap and drops. These constants can be added in order to authorize several types of elements. An example of usage is provided in the description for the PV SET DRAG SIGNATURES command.

 

Constant  Type Value Comment
pv DD 4D objects  Longint 1024
pv DD adjacent cells  Longint 4
pv DD adjacent columns  Longint 256
pv DD adjacent rows  Longint 32
pv DD multiple cells  Longint 8
pv DD multiple columns  Longint 512
pv DD multiple rows  Longint 64
pv DD not allowed  Longint 0
pv DD single cell  Longint 2
pv DD single column  Longint 128
pv DD single row  Longint 16
 
PROPERTIES 

Product: 4D View
Theme: Constant Theme List

 
SEE ALSO 

PV Get area property
PV SET AREA PROPERTY